The first step is to select the CData Virtuality Server objects that should be exported. On this page you can select the following objects to be exported:
Data sources: there are two ways to export data sources. One is to use createDatasource/Connection statements, and the other is to use the importDatasource/Connection statements.
When importing the script, createDatasource/Connection procedures perform validation, while importDatasource/Connection procedures don't.
By default, the export wizard exports data sources using import statements, so they can be imported even if a particular data source is unreachable at the moment of import. This is a common approach used to set up the server outside the production environment first.
To force validation on import, simply uncheck the Do not validate data sources on import option.
Click to define a destination for the generated script.